SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 40265: An HTTP 404 error occurs when you log on to a SAS® Enterprise BI Server Web application after applying SAS 9.2 TS2M3 to a JBoss installation

DetailsAboutRate It

You might receive an HTTP 404 error when you attempt to log on to a SAS Enterprise BI Server Web application after applying the third maintenance release of SAS® 9.2 (TS2M3) to a JBoss installation. This problem can be caused by a new Java virtual machine (JVM) option that has been added with an incorrect sequence number to the wrapper.conf file.

To resolve this issue, edit the wrapper.conf file in JBoss-home-directory/server/SASServer1/ so that all of the wrapper.java.additional.xx numbers are sequential.

The following example shows an incorrect numeric sequence:

# Java Additional Parameters
....wrapper.java.additional.32=-Dcom.sas.log.config.url=file:///C:/SAS/EBIserver/Lev1/Web/Common/LogConfig/
wrapper.java.additional.33=-Djgroups.bind_addr=10.11.14.34
wrapper.java.additional.33=-Dsas.jms.authentication.decorator=false
wrapper.java.additional.34=-Dwebreportstudio.file.cleanup.interval=60
wrapper.java.additional.35=-Xrs

The following example shows a correct numeric sequence:

# Java Additional Parameters
....wrapper.java.additional.32=-Dcom.sas.log.config.url=file:///C:/SAS/EBIserver/Lev1/Web/Common/LogConfig/
wrapper.java.additional.33=-Djgroups.bind_addr=10.11.14.34
wrapper.java.additional.34=-Dsas.jms.authentication.decorator=false
wrapper.java.additional.35=-Dwebreportstudio.file.cleanup.interval=60
wrapper.java.additional.36=-Xrs


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise BI ServerWindows Vista for x644.39.39.2 TS2M39.3 TS1M0
Windows Vista4.39.39.2 TS2M39.3 TS1M0
Windows 7 Ultimate x644.39.39.2 TS2M39.3 TS1M0
Windows 7 Ultimate 32 bit4.39.39.2 TS2M39.3 TS1M0
Windows 7 Professional x644.39.39.2 TS2M39.3 TS1M0
Windows 7 Professional 32 bit4.39.39.2 TS2M39.3 TS1M0
Windows 7 Home Premium x644.39.39.2 TS2M39.3 TS1M0
Windows 7 Home Premium 32 bit4.39.39.2 TS2M39.3 TS1M0
Windows 7 Enterprise x644.39.39.2 TS2M39.3 TS1M0
Windows 7 Enterprise 32 bit4.39.39.2 TS2M39.3 TS1M0
Microsoft Windows XP Professional4.39.39.2 TS2M39.3 TS1M0
Microsoft Windows Server 2008 for x644.39.39.2 TS2M39.3 TS1M0
Microsoft Windows Server 20084.39.39.2 TS2M39.3 TS1M0
Microsoft Windows Server 2003 for x644.39.39.2 TS2M39.3 TS1M0
Microsoft Windows Server 2003 Standard Edition4.39.39.2 TS2M39.3 TS1M0
Microsoft Windows Server 2003 Enterprise Edition4.39.39.2 TS2M39.3 TS1M0
Microsoft Windows Server 2003 Datacenter Edition4.39.39.2 TS2M39.3 TS1M0
Microsoft® Windows® for x644.39.39.2 TS2M39.3 TS1M0
Microsoft Windows XP 64-bit Edition4.39.39.2 TS2M39.3 TS1M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition4.39.39.2 TS2M39.3 TS1M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition4.39.39.2 TS2M39.3 TS1M0
Microsoft® Windows® for 64-Bit Itanium-based Systems4.39.39.2 TS2M39.3 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.